home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / bug / live-boot / script < prev   
Encoding:
Text File  |  2012-06-28  |  303 b   |  16 lines

  1. #!/bin/sh
  2.  
  3. # Checking depends
  4. dpkg -l busybox file initramfs-tools sudo udev user-setup
  5.  
  6. # Checking recommends
  7. dpkg -l eject uuid-runtime wget
  8.  
  9. # Checking suggests
  10. dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools
  11.  
  12. # Checking other packages
  13. dpkg -l cryptsetup plymouth
  14.  
  15. exit 0
  16.